home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1995 November
/
EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso
/
earcd
/
program
/
gcc
/
gcc270-b.lha
/
gnu
/
GccFindHit
/
Makefile
< prev
next >
Wrap
Makefile
|
1995-05-23
|
362b
|
12 lines
CC = gcc
#uncomment the following line if the host is a little endian machine
#(the Amiga is *not* little endian :-)
#ENDIANNESS = -DLITTLE_ENDIAN
#Comment the following line if your compiler doesn't like it
#or if you absolutely want ixemul
AFLAGS = -noixemul
GccFindHit: GccFindHit.c defs.h
$(CC) $(AFLAGS) -Wall -O $(ENDIANNESS) GccFindHit.c -o GccFindHit